home *** CD-ROM | disk | FTP | other *** search
- /* td.h */
- /* constants for td.c to select screen types. */
- /* K Mitchum */
-
- #define CBASE 0x3d0 /* board port locations */
- #define MBASE 0x3b0
-
-
- #ifdef TECMAR
- #define MAXROW 42
- #define HARDINIT
- #else
- #define MAXROW 24
- #endif
-
- #ifdef COLOR
- #define PAGEBASE 0xB8000
- #define PBASE CBASE
- #else
- #define PAGEBASE 0xB0000
- #define PBASE MBASE
- #endif